home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / CPRT104.ARJ / CPRT.USG < prev    next >
Text File  |  1992-06-27  |  3KB  |  175 lines

  1.     1. Command line options:
  2.  
  3.        a) To select what and where to print.
  4.  
  5.           /D:[()=DDMMYY] Print according to date.
  6.                          Note: () must be used instead of <>.
  7.           /PF:filename   Alternate printer definition file.
  8.           /PD:filename   Alternate print device.
  9.                          To redirect output.  (LPT2, filename, etc.)
  10.           /LF:filename   Log file.
  11.                          Keeps last date printed and prints file only
  12.                          if that file has been updated since last
  13.                          print date.
  14.           /F:filename    Print files listed in this log file.
  15.                             Format: CPRT /F:filename [options]
  16.  
  17.        b) Page layout functions set at beginning only.
  18.  
  19.           /S6            Lines per inch. (Default)
  20.           /S8            Lines per inch.
  21.           /CP            Compressed print. 15 to 17 on most printers.
  22.           /10 \
  23.           /12  \
  24.           /15   ---------Set characters per inch (Printer must be
  25.           /17  /         capable of this in order to work.)
  26.           /20 /
  27.  
  28.           /DB            Double Strike mode.  (Entire file)
  29.           /Fn            Font #.  (n = 1-8)
  30.  
  31.        c) Page layout functions set at each page.
  32.  
  33.           /HD            Header.
  34.                          Contains filename, file date, and page
  35.                          number.
  36.  
  37.           /FT            Footer.
  38.                          Contains filename, file date, and page
  39.                          number.
  40.  
  41.           /TM:n          Top margin in lines or inches.
  42.           /BM:n          Bottom margin in lines or inches.
  43.           /PL:n          Page length in lines or inches.
  44.  
  45.        d) Page layout functions set at line.
  46.  
  47.           /LL:n          Line length in characters or inches.
  48.           /LM:n          Left margin in character or inches.
  49.           /N             Number lines.  Using this will increase the
  50.                          line length.
  51.           /LL:n          Line length in characters or inches.
  52.           /TR            Truncate at setting of /LL:n. Default is to
  53.                             wrap line and tab in excess.
  54.        e) Page layout functions set at each character.
  55.  
  56.           /TL:n          Tab length in characters.
  57.           /HC            Highlight comments.  The type of highlighting
  58.                          used is definded in the configuration file.
  59.  
  60.           /WS            Translate the following WordStar print
  61.                             commands.
  62.                                  ^B Bold print
  63.                                  ^D Double print
  64.                                  ^Y Italics
  65.                                  ^S Underscore
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.